Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support GCP Uploader #274

Closed
wants to merge 1 commit into from

Conversation

achyutFB
Copy link
Contributor

Summary:
Implementing Resumable Uploads for GCS as Multipart upload using a cpp library is currently not available using GCP.
Changed earlier implementation of using S3 AWS multipart to now using GCP's resumable upload

Differential Revision: D37804966

@facebook-github-bot facebook-github-bot added CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported labels Jul 13, 2022
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D37804966

achyutFB added a commit to achyutFB/fbpcf that referenced this pull request Jul 13, 2022
Summary:
Pull Request resolved: facebookresearch#274

Implementing Resumable Uploads for GCS as Multipart upload using a cpp library is currently not available using GCP.
Changed earlier implementation of using S3 AWS multipart to now using GCP's resumable upload

Differential Revision: D37804966

fbshipit-source-id: ea32c5ac67ee45cc7f3bae0ccd6e399ff6db6918
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D37804966

achyutFB added a commit to achyutFB/fbpcf that referenced this pull request Jul 13, 2022
Summary:
Pull Request resolved: facebookresearch#274

Implementing Resumable Uploads for GCS as Multipart upload using a cpp library is currently not available using GCP.
Changed earlier implementation of using S3 AWS multipart to now using GCP's resumable upload

Differential Revision: D37804966

fbshipit-source-id: a8e2abac272b6bbce9a059362ea2de018b90fbdd
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D37804966

achyutFB added a commit to achyutFB/fbpcf that referenced this pull request Jul 13, 2022
Summary:
Pull Request resolved: facebookresearch#274

Implementing Resumable Uploads for GCS as Multipart upload using a cpp library is currently not available using GCP.
Changed earlier implementation of using S3 AWS multipart to now using GCP's resumable upload

Differential Revision: D37804966

fbshipit-source-id: 294c43893ee4bfdebac02b0c23fefaa8a98f37aa
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D37804966

achyutFB added a commit to achyutFB/fbpcf that referenced this pull request Jul 14, 2022
Summary:
Pull Request resolved: facebookresearch#274

Implementing Resumable Uploads for GCS as Multipart upload using a cpp library is currently not available using GCP.
Changed earlier implementation of using S3 AWS multipart to now using GCP's resumable upload

Differential Revision: D37804966

fbshipit-source-id: e08d8bc48302f6530ee5f0d1a0bdf21198de0b27
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D37804966

achyutFB added a commit to achyutFB/fbpcf that referenced this pull request Jul 14, 2022
Summary:
Pull Request resolved: facebookresearch#274

Implementing Resumable Uploads for GCS as Multipart upload using a cpp library is currently not available using GCP.
Changed earlier implementation of using S3 AWS multipart to now using GCP's resumable upload

Differential Revision: D37804966

fbshipit-source-id: 77ef1c6c11a399633effff72b0db70ae141fa3d2
achyutFB added a commit to achyutFB/fbpcf that referenced this pull request Jul 14, 2022
Summary:
Pull Request resolved: facebookresearch#274

Implementing Resumable Uploads for GCS as Multipart upload using a cpp library is currently not available using GCP.
Changed earlier implementation of using S3 AWS multipart to now using GCP's resumable upload

Differential Revision: D37804966

fbshipit-source-id: 296749559f9e8d287668b1c2961b02cff9ee56ac
achyutFB added a commit to achyutFB/fbpcf that referenced this pull request Jul 15, 2022
Summary:
Pull Request resolved: facebookresearch#274

Implementing Resumable Uploads for GCS as Multipart upload using a cpp library is currently not available using GCP.
Changed earlier implementation of using S3 AWS multipart to now using GCP's resumable upload

Differential Revision: D37804966

fbshipit-source-id: 00248ac98b79c7172c7b6f7ea68057b0b8b621ef
achyutFB added a commit to achyutFB/fbpcf that referenced this pull request Jul 15, 2022
Summary:
Pull Request resolved: facebookresearch#274

Implementing Resumable Uploads for GCS as Multipart upload using a cpp library is currently not available using GCP.
Changed earlier implementation of using S3 AWS multipart to now using GCP's resumable upload

Differential Revision: D37804966

fbshipit-source-id: 792447aee94939dfd040518f546758214f76c325
achyutFB added a commit to achyutFB/fbpcf that referenced this pull request Jul 19, 2022
Summary:
Pull Request resolved: facebookresearch#274

Implementing Resumable Uploads for GCS as Multipart upload using a cpp library is currently not available using GCP.
Changed earlier implementation of using S3 AWS multipart to now using GCP's resumable upload

Differential Revision: D37804966

fbshipit-source-id: 3a9af0f03bb9ac38b859bd05d6e169158dbaaf0d
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D37804966

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D37804966

achyutFB added a commit to achyutFB/fbpcf that referenced this pull request Jul 19, 2022
Summary:
Pull Request resolved: facebookresearch#274

Implementing Resumable Uploads for GCS as Multipart upload using a cpp library is currently not available using GCP.
Changed earlier implementation of using S3 AWS multipart to now using GCP's resumable upload

Differential Revision: D37804966

fbshipit-source-id: 23122dc6bb4845ef8e25e3d09ffadab88e12840a
Summary:
Pull Request resolved: facebookresearch#274

Implementing Resumable Uploads for GCS as Multipart upload using a cpp library is currently not available using GCP.
Changed earlier implementation of using S3 AWS multipart to now using GCP's resumable upload

Reviewed By: adshastri

Differential Revision: D37804966

fbshipit-source-id: 04ddf71ef00b6432dfe0f6d679c3f0e177241f3a
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D37804966

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants