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

Add missing metadata about storage objects to google-cloud-storage api #2058

Merged
merged 25 commits into from
Dec 20, 2019

Conversation

DanieleSassoli
Copy link
Contributor

Purpose

The intent of this PR is to be able to retrieve all the metadata about storage objects via the alpakka api.

Background Context

I'm writing an interface that should enable me to treat Sftp, Ftps, S3 and GCS files in the same way, I noticed that I could get information around when the document was last modified for Sftp and Ftps(still haven't got round to S3) but not for GCS, so thought I'd add it in.

I recreated this PR as substitute of #2009 as that was created of my master and that made it more difficult for people to contribute to it. Hopefully opening it from a branch should enable more collaboration.

Copy link
Member

@seglo seglo left a comment

Choose a reason for hiding this comment

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

LGTM

@seglo seglo changed the title Add metadata about storage objects to google-cloud-storage api Add missing metadata about storage objects to google-cloud-storage api Dec 20, 2019
@seglo seglo merged commit ade6589 into akka:master Dec 20, 2019
@seglo
Copy link
Member

seglo commented Dec 20, 2019

@DanieleSassoli Everything looks good to me. Thanks a lot for the contribution and your patience throughout the review process!

@seglo seglo added this to Incoming Issues and PRs in Akka streaming via automation Dec 20, 2019
@seglo seglo added this to the 2.0.0 milestone Dec 20, 2019
@seglo seglo moved this from Incoming Issues and PRs to Done in Akka streaming Dec 20, 2019
@DanieleSassoli DanieleSassoli deleted the StorageObjectContributions branch December 27, 2019 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants