Skip to content

Add GetAsync() method to retrieve metadata for a stored object#91

Merged
pdeffendol merged 2 commits intomainfrom
metadata
Oct 9, 2024
Merged

Add GetAsync() method to retrieve metadata for a stored object#91
pdeffendol merged 2 commits intomainfrom
metadata

Conversation

@pdeffendol
Copy link
Copy Markdown
Contributor

Only the Disk provider will retrieve folder metadata, as the others don't have the concept of folders.

+semver:minor

Description

The GetAsync() method will retrieve minimal information about a stored object, including creation time, modification time, and size.

We can add additional properties later, as most of the cloud providers have more available. See #5 for the root issue.

What type of PR is this? (check all applicable)

  • 🍕 Feature
  • 🐛 Bug Fix
  • 📝 Documentation
  • 🎨 Style
  • 🧑‍💻 Code Refactor
  • 🔥 Performance Improvements
  • ✅ Tests
  • 🤖 Build/CI
  • 📦 Chore (Version bump, release, etc.)
  • ⏩ Revert

Related Tickets & Documents

#5

Quality Checklist

  • I have added or updated automated tests as needed.
  • I have reviewed the code changes myself.
  • I have used commit messages that adequately explain my changes.
  • I have removed any extra logging, debugging code, and commented out code.
  • I have updated any related documentation (if necessary).

Additional Notes

Only the Disk provider will retrieve folder metadata, as the others
don't have the concept of folders.

+semver:minor
@pdeffendol pdeffendol requested a review from maestro957 October 7, 2024 23:11
Sometimes it takes longer than 1 second to process the action on a cloud provider.  5 seconds is close enough here.
@pdeffendol pdeffendol merged commit b8214fc into main Oct 9, 2024
@pdeffendol pdeffendol deleted the metadata branch October 9, 2024 19:15
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