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

AIRAVATA-3325: Implementation of box transport #5

Merged
merged 7 commits into from
Apr 21, 2020

Conversation

dinukadesilva
Copy link
Member

@DImuthuUpe @smarru

I'm creating this PR with the in-progress code. This is working for files larger than 20mb with the access token only. Your feedback is welcome.

Copy link
Contributor

@DImuthuUpe DImuthuUpe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm impressed with this PR. Added few comments to make sure that we are not missing anything. Nice work

@dinukadesilva dinukadesilva marked this pull request as ready for review April 19, 2020 19:26
…gh-3325

# Conflicts:
#	agent/pom.xml
#	core/src/main/java/org/apache/airavata/mft/core/ConnectorResolver.java
#	core/src/main/java/org/apache/airavata/mft/core/MetadataCollectorResolver.java
#	services/resource-service/server/src/main/java/org/apache/airavata/mft/resource/server/backend/ResourceBackend.java
#	services/resource-service/server/src/main/java/org/apache/airavata/mft/resource/server/backend/airavata/AiravataResourceBackend.java
#	services/resource-service/server/src/main/java/org/apache/airavata/mft/resource/server/backend/file/FileBasedResourceBackend.java
#	services/resource-service/server/src/main/java/org/apache/airavata/mft/resource/server/backend/sql/SQLResourceBackend.java
#	services/resource-service/server/src/main/java/org/apache/airavata/mft/resource/server/handler/ResourceServiceHandler.java
#	services/resource-service/server/src/main/resources/distribution/conf/resources.json
#	services/resource-service/server/src/main/resources/resources.json
#	services/resource-service/stub/src/main/proto/ResourceService.proto
#	services/secret-service/server/src/main/java/org/apache/airavata/mft/secret/server/backend/SecretBackend.java
#	services/secret-service/server/src/main/java/org/apache/airavata/mft/secret/server/backend/airavata/AiravataSecretBackend.java
#	services/secret-service/server/src/main/java/org/apache/airavata/mft/secret/server/backend/file/FileBasedSecretBackend.java
#	services/secret-service/server/src/main/java/org/apache/airavata/mft/secret/server/backend/sql/SQLSecretBackend.java
#	services/secret-service/server/src/main/java/org/apache/airavata/mft/secret/server/handler/SecretServiceHandler.java
#	services/secret-service/server/src/main/resources/distribution/conf/secrets.json
#	services/secret-service/server/src/main/resources/secrets.json
#	services/secret-service/stub/src/main/proto/SecretService.proto
#	transport/pom.xml
@dinukadesilva
Copy link
Member Author

Currently, the API doesn't provide an md5 of files before download, so the md5 has been not set at the meta data initialization.
box/box-java-sdk#793

@DImuthuUpe
Copy link
Contributor

Looks good to me. Nice work.

@DImuthuUpe DImuthuUpe merged commit b08fedd into apache:master Apr 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants