oracle / oracle/oci-java-sdk

Need to have sorting parameter for ListBuckets call

Open
#441 6 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Object Storage
Dominant language
Java
Stars
243
Forks
171
Avg merge
30m
Merged PRs (30d)
4

Description

For this example and involved API:
https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/2.44.0/objectstorage/ListBucketsExample.java.html

need to have an ability to provide a parameter to get results sorted by either Name or Created date, so could do retrieval of buckets of interest in more effective way.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the ListBucketsExample.java example and trace the ListBuckets call in the Java SDK. Check whether the underlying Object Storage API exposes sorting by bucket name or creation date, and determine where such a parameter would be represented. Done means the requested ordering is supported and covered by relevant tests or example usage.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
api, cloud
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.