Skip to content

Commit 2fc91b0

Browse files
committed
Merge branch 'develop' into main
2 parents 724e045 + fae223f commit 2fc91b0

File tree

4 files changed

+24
-15
lines changed

4 files changed

+24
-15
lines changed

.viperlightignore

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
1-
# Ignore Config used with code.amazon.com
2-
Config
1+
README.md:105
2+
CODE_OF_CONDUCT.md:4
3+
CONTRIBUTING.md:51
4+
docs/UserManual.md
5+
docs/UserManual_CN.md
6+
docs/S3-SSE-KMS-Policy.md:40
7+
docs/tutortial-beijing-to-oregon-s3.md
8+
docs/tutortial-beijing-to-oregon-s3_CN.md
9+
docs/tutortial-migration-oss-to-s3.md
10+
docs/tutortial-migration-oss-to-s3_CN.md
11+
12+
source/portal/src/pages/creation/ecr/StepTwoECR.tsx
13+
source/portal/src/pages/creation/s3/comps/MoreSettings.tsx
14+
source/portal/src/common/info/CredentialInfo.tsx
15+
316

4-
^dist/
5-
node_modules/
617
package-lock.json
718

8-
docs/
9-
docs/UserManual.md
10-
source/portal/src/common/info/CredentialInfo.tsx
11-
README.md
12-
CODE_OF_CONDUCT.md
13-
CONTRIBUTING.md
14-
source/portal/src/pages/creation/ecr/StepTwoECR.tsx
15-
source/portal/src/pages/creation/s3/StepTwoS3.tsx
16-
source/portal/src/pages/creation/s3/comps/MoreSettings.tsx
19+
Config
20+
node_modules/
21+
build/
22+
cdk.out
23+
deployment/regional-s3-assets/

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ information to effectively respond to your bug report or contribution.
1111

1212
We welcome you to use the GitHub issue tracker to report bugs or suggest features.
1313

14-
When filing an issue, please check [existing open](https://github.com/aws-awslabs/aws-data-replication-hub/issues), or [recently closed](https://github.com/aws-awslabs/aws-data-replication-hub/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), issues to make sure somebody else hasn't already
14+
When filing an issue, please check [existing open](https://github.com/awslabs/data-transfer-hub/issues), or [recently closed](https://github.com/awslabs/data-transfer-hub/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), issues to make sure somebody else hasn't already
1515
reported the issue. Please try to include as much information as you can. Details like these are incredibly useful:
1616

1717
* A reproducible test case or series of steps
@@ -57,6 +57,6 @@ If you discover a potential security issue in this project we ask that you notif
5757

5858
## Licensing
5959

60-
See the [LICENSE](https://github.com/aws-awslabs/aws-data-replication-hub/blob/master/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
60+
See the [LICENSE](https://github.com/awslabs/data-transfer-hub/blob/master/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
6161

6262
We may ask you to sign a [Contributor License Agreement (CLA)](http://en.wikipedia.org/wiki/Contributor_License_Agreement) for larger changes.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Amazon Web Services cloud-native services. You can launch this solution and star
99

1010
With Data Transfer Hub, you can perform any of the following tasks:
1111
- Transfer Amazon S3 objects between AWS China Regions and AWS Standard Regions.
12+
- Transfer Amazon S3 objects between AWS GovCloud and AWS Standard Regions.
1213
- Transfer data from other cloud providers’ object storage services (including Alibaba
1314
Cloud OSS, Tencent COS, Qiniu Kodo, and S3 Compatible storage) to Amazon S3.
1415
- Transfer Amazon ECR images between AWS China Regions and AWS Standard Regions.
@@ -25,6 +26,7 @@ gcr.io, Red Hat Quay.io) to Amazon ECR.
2526
- [x] CloudFormation Deployment
2627
- [x] S3 Plugin
2728
- [x] Amazon S3 object copy between AWS standard regions and AWS China regions
29+
- [x] Amazon S3 object copy between AWS standard regions and AWS GovCloud
2830
- [x] Data transfer from Alibaba Cloud OSS to Amazon S3
2931
- [x] Data transfer from Tencent COS to Amazon S3
3032
- [x] Data transfer from Qiniu Kodo to Amazon S3

docs/images/homepage.png

573 KB
Loading

0 commit comments

Comments
 (0)