Skip to content

Commit

Permalink
reverse the renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
NewGraphEnvironment committed May 27, 2024
1 parent fd76972 commit b8479f0
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 4 deletions.

Large diffs are not rendered by default.

File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ image: "image.jpg"
params:
repo_owner: "NewGraphEnvironment"
repo_name: "new_graphiti"
post_dir_name: "aws-storage-permissions"
format:
html:
code-fold: true
Expand Down Expand Up @@ -178,7 +179,7 @@ First we add a photo to the main bucket. Going to use `s3fs` for this since I ha

```{r}
s3fs::s3_file_copy(
path = paste0(here::here(), "/posts/aws-storage-permissions/image.jpg"),
path = paste0(here::here(), "/posts/", params$post_dir_name, "/image.jpg"),
bucket_path
)
```
Expand All @@ -193,7 +194,7 @@ s3fs::s3_dir_create(
s3fs::s3_file_copy(
path = paste0(here::here(), "/posts/aws-storage-permissions/image.jpg"),
path = paste0(here::here(), "/posts/", params$post_dir_name, "/image.jpg"),
paste0(bucket_path, "/private")
)
Expand Down
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes

0 comments on commit b8479f0

Please sign in to comment.