Skip to content

Instantly share code, notes, and snippets.

@nikolasco
Created April 8, 2009 20:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save nikolasco/91974 to your computer and use it in GitHub Desktop.
Save nikolasco/91974 to your computer and use it in GitHub Desktop.
<para>
Amanda automatically creates a bucket when writing, if the bucket doesn't
already exist. At that time, it specifies where Amazon should store the data
using the S3_BUCKET_LOCATION property. Currently, there are two valid settings:
"*" (any location, probably US) and "EU" (Europe). If this property is not set,
Amazon's default value of "*" is used. Setting this affects can
affect both billing and legal concerns, so you are encouraged to consult
Amazon's documentation for details.
</para>
<para>
Amazon does not permit changes to bucket locations, so this is a permanent
specification. If the bucket already exists, Amanda checks the property
against the location of the bucket, and produces an error if they do not match.
</para>
<note><para>
If a location constraint is set, the bucket name will need to consist only of
lower-case letters, numbers, dashes, and dots.
</para></note>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment