config.bc.amazon.common.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of broadleaf-amazon Show documentation
Show all versions of broadleaf-amazon Show documentation
BroadleafCommerce Amazon Integrations
The newest version!
###
# #%L
# BroadleafCommerce Amazon Integrations
# %%
# Copyright (C) 2009 - 2014 Broadleaf Commerce
# %%
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# #L%
###
#Amazon AWS S3. Used in blc-amazon module
aws.s3.accessKeyId=
aws.s3.secretKey=
# The bucket name must be unique across all amazon S3 accounts (not just yours).
# An Error Code of "PermanentRedirect" can indicate that you need to choose another bucket name.
#
# To ensure your bucketName is unique, create it via S3 before updating your property file.
aws.s3.defaultBucketName=
aws.s3.defaultBucketRegion=us-west-2
aws.s3.endpointURI=https://s3.amazonaws.com
aws.s3.bucketSubDirectory=
© 2015 - 2025 Weber Informatics LLC | Privacy Policy