Skip to content

Commit

Permalink
Bumping the version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
henrysher committed Oct 6, 2014
1 parent c1ebcaa commit f267f5d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ What's the difference between Cob and original [yum s3 plugin](https://github.co
```
* it is **recommended** to take bucket region name in the baseurl as shown in the example
* if bucket region name specified in the baseurl, the **aws/region** param in **cob.conf** will be overriden,
thus cross-region s3 yum usage can be easily achieved.
thus cross-region s3 yum usage can be easily achieved


* An example from **cob.conf** is taken to indicate its usages:
Expand Down
2 changes: 1 addition & 1 deletion cob.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.0.1"
__version__ = "0.3.0"

import base64
import hmac
Expand Down
4 changes: 2 additions & 2 deletions cob.repo
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
;
[cob]
name=cob
baseurl=https://your-bucket-name-1.s3.amazonaws.com/repo-name/arch/
https://your-bucket-name-2.s3.amazonaws.com/repo-name/arch/
baseurl=https://your-bucket-name-1.s3-eu-west-1.amazonaws.com/repo-name/arch/
https://your-bucket-name-2.s3-us-west-2.amazonaws.com/repo-name/arch/
failovermethod=priority
enabled=1
gpgcheck=0

0 comments on commit f267f5d

Please sign in to comment.