mirror of https://github.com/apache/jclouds.git
2702e942d2
Prior to this commit, jclouds wouldn't allow you to interact with any buckets in S3 that were named with uppercase characters. Per AWS S3 docs, this non-standard naming is valid in US regions only. This update fixes jclouds so that it can interact with, and even attempt to create, buckets with uppercase characters for AWS S3 without actually impacting other S3 implementations. This fix also will not have any impact in non-US regions other than instead of a bucket name validation error you'll get an InvalidBucketName error back from AWS S3 when you attempt to create a bucket with an uppercase character in a non-US region. To summarize, nothing changes other than US regions now allow creation of bucket names with upper case characters and jclouds now can interact with these non-standard named buckets without failure. |
||
---|---|---|
.. | ||
src | ||
README.txt | ||
pom.xml |
README.txt
==== Licensed to jclouds, Inc. (jclouds) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. jclouds licenses this file to you 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. ==== # # The jclouds API for Amazon's S3 (http://aws.amazon.com/s3/). # # TODO: Implementation status. # TODO: Supported features. # TODO: Usage example.