Skip to content

Instantly share code, notes, and snippets.

From -> https://forum.synology.com/enu/viewtopic.php?t=98124
1. Go to your console ( https://console.developers.google.com/ ) and create a project.
2. Create a bucket in Storage -> Cloud Storage -> Storage Browser
3. Go to Storage -> Cloud Storage -> Storage Access and enable Interoperability
4. Generate access key
5. Now go to DSM 5.2 and install Hyper Backup if you havent already.
6. Pick S3 storage
7. The input next to the label "S3 Server" is both text input and drop-down. This is where you write "storage.googleapis.com"
8. Enter key and secret.
@max-mapper
max-mapper / line.js
Last active March 6, 2021 12:17
voxel script gun scripts
for (var i = 0; i < 50; i++) {
var forward = new game.THREE.Vector3(0,0, -game.cubeSize * i)
var block = position.clone().addSelf(forward)
game.createBlock(block, 1)
}