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

Formation AWS S3 #56

Closed
judith-bourque opened this issue Jun 5, 2023 · 3 comments
Closed

Formation AWS S3 #56

judith-bourque opened this issue Jun 5, 2023 · 3 comments

Comments

@judith-bourque
Copy link
Member

No description provided.

@judith-bourque judith-bourque self-assigned this Jun 5, 2023
@judith-bourque
Copy link
Member Author

judith-bourque commented Jun 5, 2023

À remplacer

clessnverse::commit_lake_item(
                        data = lake_item_data, 
                        metadata = lake_item_metadata, 
                        mode = opt$hub_mode, 
                        credentials = credentials)

Par

tmp <- tempfile()
on.exit(unlink(tmp))

write(html, file = tmp)

 aws.s3::put_object(
    tmp,
    key,
    "ellipse-donnees-brutes-1"
)

@judith-bourque
Copy link
Member Author

judith-bourque commented Jun 5, 2023

Dans futur: ajouter dans clessnverse une fonction pour ajouter tags à object avec API https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObjectTagging.html

  • Créer truc XML avec key value pair de tags

@judith-bourque judith-bourque linked a pull request Jun 5, 2023 that will close this issue
3 tasks
@judith-bourque judith-bourque removed their assignment Jun 5, 2023
@p2xcode
Copy link
Collaborator

p2xcode commented Jun 28, 2023

On n'intègrera pas clessn-blend avec aws.
On crée un nouveau repo (tube) dans une nouvelle org (ellipse-scienve)
On crée un nouveau package (pump ou pumpr) pour accéder aux données
Je close l'issue

@p2xcode p2xcode closed this as completed Jun 28, 2023
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 a pull request may close this issue.

2 participants