Skip to content

Instantly share code, notes, and snippets.

@mekya
Last active August 4, 2017 13:16
Show Gist options
  • Save mekya/bb7bcbfb16b65b51cfa63c412366f944 to your computer and use it in GitHub Desktop.
Save mekya/bb7bcbfb16b65b51cfa63c412366f944 to your computer and use it in GitHub Desktop.
Amazon S3 Bean Definition
<bean id="app.storageClient" class="io.antmedia.storage.AmazonS3StorageClient">
<property name="accessKey" value="Enter your S3_ACCESS_KEY" />
<property name="secretKey" value="Enter your S3_SECRET_KEY" />
<property name="region" value="Enter your REGION_NAME e.g. eu-central-1" />
<property name="storageName" value="Enter your BUCKET_NAME" />
</bean>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment