Skip to content

S3 as storage: Working example #3146

Answered by vrindanayak
proteeti13 asked this question in Q&A
Discussion options

You must be logged in to vote

Here's how I've configured for the first time and tested out exporting objects to Amazon S3

Configuration

Storage Descriptor

dn: dcmStorageID=amazon-s3,dicomDeviceName=dcm4chee-arc,cn=Devices,cn=DICOM Configuration,dc=dcm4che,dc=org
objectClass: dcmStorage
dcmStorageID: amazon-s3
dcmURI: jclouds:aws-s3:https://<bucket-name>.s3.eu-central-1.amazonaws.com
dcmDigestAlgorithm: MD5
dcmProperty: container=<bucket-name>
dcmProperty: jclouds.s3.virtual-host-buckets=true
dcmProperty: credential=<secret-key>
dcmProperty: identity=<access-key>
dcmProperty: jclouds.strip-expect-header=true
dcmProperty: containerExists=true
dcmProperty: jclouds.relax-hostname=true
dcmProperty: jclouds.trust-all-certs=…

Replies: 3 comments 10 replies

Comment options

You must be logged in to vote
1 reply
@proteeti13
Comment options

Comment options

You must be logged in to vote
4 replies
@proteeti13
Comment options

@proteeti13
Comment options

@vrindanayak
Comment options

@proteeti13
Comment options

Comment options

You must be logged in to vote
5 replies
@proteeti13
Comment options

@vrindanayak
Comment options

@proteeti13
Comment options

@gunterze
Comment options

@vrindanayak
Comment options

Answer selected by vrindanayak
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants