Skip to content

Commit

Permalink
Add support for Africa (Cape Town) Region.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocher committed Apr 22, 2020
1 parent e6c94e0 commit ef8b372
Show file tree
Hide file tree
Showing 37 changed files with 2 additions and 1 deletion.
Binary file modified i18n/src/main/resources/ar.lproj/S3.strings
Binary file not shown.
Binary file modified i18n/src/main/resources/bg.lproj/S3.strings
Binary file not shown.
Binary file modified i18n/src/main/resources/ca.lproj/S3.strings
Binary file not shown.
Binary file modified i18n/src/main/resources/cs.lproj/S3.strings
Binary file not shown.
Binary file modified i18n/src/main/resources/cy.lproj/S3.strings
Binary file not shown.
Binary file modified i18n/src/main/resources/da.lproj/S3.strings
Binary file not shown.
Binary file modified i18n/src/main/resources/de.lproj/S3.strings
Binary file not shown.
Binary file modified i18n/src/main/resources/el.lproj/S3.strings
Binary file not shown.
Binary file modified i18n/src/main/resources/en.lproj/S3.strings
Binary file not shown.
Binary file modified i18n/src/main/resources/es.lproj/S3.strings
Binary file not shown.
Binary file modified i18n/src/main/resources/et.lproj/S3.strings
Binary file not shown.
Binary file modified i18n/src/main/resources/fi.lproj/S3.strings
Binary file not shown.
Binary file modified i18n/src/main/resources/fr.lproj/S3.strings
Binary file not shown.
Binary file modified i18n/src/main/resources/he.lproj/S3.strings
Binary file not shown.
Binary file modified i18n/src/main/resources/hu.lproj/S3.strings
Binary file not shown.
Binary file modified i18n/src/main/resources/it.lproj/S3.strings
Binary file not shown.
Binary file modified i18n/src/main/resources/ja.lproj/S3.strings
Binary file not shown.
Binary file modified i18n/src/main/resources/ka.lproj/S3.strings
Binary file not shown.
Binary file modified i18n/src/main/resources/ko.lproj/S3.strings
Binary file not shown.
Binary file modified i18n/src/main/resources/lv.lproj/S3.strings
Binary file not shown.
Binary file modified i18n/src/main/resources/nl.lproj/S3.strings
Binary file not shown.
Binary file modified i18n/src/main/resources/no.lproj/S3.strings
Binary file not shown.
Binary file modified i18n/src/main/resources/pl.lproj/S3.strings
Binary file not shown.
Binary file modified i18n/src/main/resources/pt_BR.lproj/S3.strings
Binary file not shown.
Binary file modified i18n/src/main/resources/pt_PT.lproj/S3.strings
Binary file not shown.
Binary file modified i18n/src/main/resources/ro.lproj/S3.strings
Binary file not shown.
Binary file modified i18n/src/main/resources/ru.lproj/S3.strings
Binary file not shown.
Binary file modified i18n/src/main/resources/sk.lproj/S3.strings
Binary file not shown.
Binary file modified i18n/src/main/resources/sl.lproj/S3.strings
Binary file not shown.
Binary file modified i18n/src/main/resources/sr.lproj/S3.strings
Binary file not shown.
Binary file modified i18n/src/main/resources/sv.lproj/S3.strings
Binary file not shown.
Binary file modified i18n/src/main/resources/th.lproj/S3.strings
Binary file not shown.
Binary file modified i18n/src/main/resources/tr.lproj/S3.strings
Binary file not shown.
Binary file modified i18n/src/main/resources/uk.lproj/S3.strings
Binary file not shown.
Binary file modified i18n/src/main/resources/zh_CN.lproj/S3.strings
Binary file not shown.
Binary file modified i18n/src/main/resources/zh_TW.lproj/S3.strings
Binary file not shown.
3 changes: 2 additions & 1 deletion s3/src/main/java/ch/cyberduck/core/s3/S3Protocol.java
Expand Up @@ -102,7 +102,8 @@ public Set<Location.Name> getRegions() {
new S3LocationFeature.S3Region("ap-south-1"),
new S3LocationFeature.S3Region("ap-east-1"),
new S3LocationFeature.S3Region("sa-east-1"),
new S3LocationFeature.S3Region("me-south-1")
new S3LocationFeature.S3Region("me-south-1"),
new S3LocationFeature.S3Region("af-south-1")
));
}

Expand Down

0 comments on commit ef8b372

Please sign in to comment.