``` library(dspins) user_name <- "test" bucket_id <- "user" board <- ds_board_s3(user_name = user_name, bucket_id = bucket_id) ``` 