#------------------------------------------------------------------------------ # Settings for aws_s3_sync.sh # Define the AWS S3 Bucket to copy to. S3Bucket="s3://EDITME-S3-BUCKET-FOR-PERFORCE-BACKUP" # Define the storage class for AWS S3. This impacts storage costs, # accessibility, etc. # For more information, see: https://aws.amazon.com/s3/storage-classes StorageClass="STANDARD_IA"