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

feat(pci-object-storage): add container #14656

Merged

Conversation

frenautvh
Copy link
Contributor

Question Answer
Branch? feat/pci-object-storage
Bug fix? no
New feature? yes
Breaking change? no
Tickets DTCORE-2884
License BSD 3-Clause

Description

finalize container creation

@frenautvh frenautvh requested review from a team as code owners December 18, 2024 16:08
@frenautvh frenautvh requested review from sidlynx, kqesar, aottr, MaximeBajeux, darsene and seven-amid and removed request for a team December 18, 2024 16:08
@github-actions github-actions bot added the feature New feature label Dec 18, 2024
token: string;
};

export const getStorageAccess = async ({
Copy link
Contributor

Choose a reason for hiding this comment

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

it's duplicated there is the same call in object.ts

export const getAccessToken = async (projectId: string): Promise<TAccess> => {
  const { data } = await v6.post<TAccess>(
    `/cloud/project/${projectId}/storage/access`,
  );
  return data;
};

Copy link
Contributor Author

Choose a reason for hiding this comment

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

good catch i refactored this part

@github-actions github-actions bot added the has conflicts Has conflicts to resolve before merging label Dec 19, 2024
@frenautvh frenautvh force-pushed the feat/pci-object-storage-container-creation branch from 5f25824 to b41a736 Compare December 19, 2024 10:06
@github-actions github-actions bot removed the has conflicts Has conflicts to resolve before merging label Dec 19, 2024
ref: DTCORE-2884
Signed-off-by: Florian Renaut <[email protected]>
@frenautvh frenautvh force-pushed the feat/pci-object-storage-container-creation branch from b41a736 to 4d86844 Compare December 19, 2024 10:14
@frenautvh frenautvh merged commit b12b7b7 into feat/pci-object-storage Dec 19, 2024
14 checks passed
@frenautvh frenautvh deleted the feat/pci-object-storage-container-creation branch December 19, 2024 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants