The Droppy S3 add-on allows you to connect your Droppy setup to any S3 support endpoint like iDrive E2 and store the uploaded files in the bucket.
- In the iDrive e2 portal create new access keys on the "Access keys" page. iDrive will then provide you the following details: access key, secret key and endpoint. Use the access key to fill in the key value and the secret key as secret value.
- The endpoint value should be the one provided after creating the access keys. It should look something like: l8l7.fra.idrivee2-60.com make sure to include https:// in front, so https://l8l7.fra.idrivee2-60.com
- Because the region is already specified in the endpoint value you will not have to provide the region in the region setting value. You can leave this empty.
- Now create a new bucket with your preferred name
- Enter your bucket name into the bucket value
- If you files are stored in a custom directory inside the bucket then enter a custom path in the path field. Make sure to end your path with a backslash / Something like: myfolder/
And that's it, your files will now be uploaded to the bucket.
An example config should look something like:
{
"aws": {
"endpoint": "https://l8l7.fra.idrivee2-60.com",
"key" : "rETnb63cdq22oSwmF32M",
"secret" : "dvyYIx95zSPo19TzOUReSOZCBnKNr7YZjJUpi6ll"
},
"s3": {
"region" : "",
"bucket" : "droppy",
"path" : ""
}
}
Comments
0 comments
Article is closed for comments.